fix: Add publish environment to publish workflow

This commit is contained in:
SamTolmay 2021-06-08 16:17:38 +02:00
parent 028ecf0868
commit b65211a375

View File

@ -5,6 +5,7 @@ on:
jobs:
build:
runs-on: ubuntu-latest
environment: publish
steps:
- uses: actions/checkout@v2