Skip to content

Commit

Permalink
chore: Update actions
Browse files Browse the repository at this point in the history
chore: Update actions
  • Loading branch information
DestroyCom committed Sep 4, 2023
2 parents 879b68c + 1e19480 commit 747834b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/create_tag.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ jobs:
COMMIT_MESSAGE: ${{ github.event.head_commit.message }}
with:
fetch-depth: 0
- name: Echo env
run: echo ${{ env.COMMIT_MESSAGE }}
- name: Create or update major version
uses: joutvhu/create-tag@v1
with:
Expand All @@ -24,5 +26,3 @@ jobs:
on_tag_exists: update
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: Echo env
run: echo ${{ env.COMMIT_MESSAGE }}

0 comments on commit 747834b

Please sign in to comment.