Skip to content

Commit

Permalink
Merge pull request #12 from mitch1009/mitch1009-patch-1
Browse files Browse the repository at this point in the history
Update release.yml
  • Loading branch information
mitch1009 authored Sep 7, 2024
2 parents f398698 + 87a9097 commit d24387b
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ on:

env:
RELEASE_NAME: docker-trigger
GH_TOKEN: ${{ secrets.GIT_TOKEN }}
GH_TOKEN: ${{ github.token }}
jobs:
release-version:
name: Release Version
Expand Down Expand Up @@ -52,8 +52,7 @@ jobs:


- name: Create Release
env:
GH_TOKEN: ${{ env.GIT_TOKEN }}

run: |
gh release create v${{ needs.release-version.outputs.release_version }} \
--title "v${{ needs.release-version.outputs.release_version }}" \
Expand Down

0 comments on commit d24387b

Please sign in to comment.