Skip to content

Commit

Permalink
tere
Browse files Browse the repository at this point in the history
  • Loading branch information
BSekula committed Aug 22, 2023
1 parent 96c8336 commit 40a96b7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
run: ls -R
- name: Create a tag
env:
tag: v1.2.5
tag: v1.2.6
run: |
echo "Creating git tag:" $tag
git config --local user.name "bsekula"
Expand All @@ -43,7 +43,7 @@ jobs:
uses: softprops/action-gh-release@v1
with:
files: ./dist/world.txt
tag: v1.2.5
tag_name: v1.2.6

# - name: Release
# run: gh release create v1.2.3 ./dist/*
Expand Down

0 comments on commit 40a96b7

Please sign in to comment.