Skip to content

Commit

Permalink
Update release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Murzbul committed Jan 14, 2022
1 parent 441a52c commit 4e7205c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,13 @@ on:
# A workflow run is made up of one or more jobs that can run sequentially or in parallel
jobs:
# This workflow contains a single job called "build"
build:
release:
# The type of runner that the job will run on
runs-on: ubuntu-latest

env:
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}

steps:
- env:
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}

- uses: actions/checkout@v2
with:
Expand Down

0 comments on commit 4e7205c

Please sign in to comment.