We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 84d2e22 commit 8696a8eCopy full SHA for 8696a8e
.github/workflows/preview-branch.yml
@@ -122,9 +122,8 @@ jobs:
122
cd repo
123
git config user.name ${{ github.actor }}
124
git config user.email ${{ github.actor }}@users.noreply.github.com
125
- git push origin :${{ steps.variables.outputs.tag_name }}
126
git tag -f ${{ steps.variables.outputs.tag_name }} ${{ github.sha }}
127
- git push origin ${{ steps.variables.outputs.tag_name }}
+ git push -f origin ${{ steps.variables.outputs.tag_name }}
128
129
- name: Create a release
130
uses: actions/create-release@v1
0 commit comments