Skip to content

Commit

Permalink
Update package.json.
Browse files Browse the repository at this point in the history
  • Loading branch information
VJalili committed Jul 3, 2024
1 parent 908ff50 commit f671a97
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -58,9 +58,8 @@ jobs:
git config user.name 'github-actions[bot]'
git config user.email 'github-actions[bot]@users.noreply.github.com'
git checkout -B $BRANCH
git pull $BRANCH
git add dist/*
git commit -m "Add compiled js file."
git commit -m "Add compiled js file [triggered by ${{ steps.release_tag.outputs.SHA }}]."
git push origin $BRANCH
git tag -a -m ${{ steps.release_tag.outputs.TAG }} ${{ steps.release_tag.outputs.TAG }}
git push --follow-tags
Expand All @@ -72,7 +71,7 @@ jobs:
# run: |
# REPO=$(echo "$GITHUB_CONTEXT" | jq -r '.repository')
# TAG=${{ steps.release_tag.outputs.TAG }}
# SHA=${{ steps.release_tag.outputs.SHA }}
# SHA=
#
# # git tag -a ${{ steps.release_tag.outputs.TAG }}
# # git push --follow-tags
Expand Down

0 comments on commit f671a97

Please sign in to comment.