Skip to content

Commit

Permalink
f\
Browse files Browse the repository at this point in the history
  • Loading branch information
sambles committed Aug 3, 2023
1 parent e8ddd9c commit 779a631
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/tag-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,9 @@ jobs:
run: |
if [ $(git tag -l "${{ inputs.release_tag }}") ]; then
git tag -d ${{ inputs.release_tag }}
fi
fi
git tag ${{ inputs.release_tag }}
git push origin ${{ inputs.release_tag }}
#git push origin ${{ inputs.release_tag }}
git push https://token:$BUILD_GIT_TOKEN@github.com/OasisLMF/OasisPiWind.git tag ${{ inputs.release_tag }}
env:
GITHUB_TOKEN: ${{ secrets.BUILD_GIT_TOKEN }}
BUILD_GIT_TOKEN: ${{ secrets.BUILD_GIT_TOKEN }}

0 comments on commit 779a631

Please sign in to comment.