Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
mo3et committed Sep 27, 2024
1 parent bb9faa8 commit d55d50f
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 5 deletions.
File renamed without changes.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Update Version when tag Release
name: Update Version File on Release

on:
release:
Expand Down Expand Up @@ -52,10 +52,6 @@ jobs:
git tag ${{ env.TAG_VERSION }}
git push origin ${{ env.TAG_VERSION }}
# # Step 7: Wait for changes to propagate
# - name: Wait for changes
# run: sleep 20

# Step 8: Find and Publish Draft Release
- name: Find and Publish Draft Release
uses: actions/github-script@v6
Expand Down

0 comments on commit d55d50f

Please sign in to comment.