Skip to content

Commit

Permalink
workflows. update files
Browse files Browse the repository at this point in the history
  • Loading branch information
edospadoni committed May 27, 2024
1 parent 1ae286e commit 593caca
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions .github/workflows/build-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,11 +33,6 @@ jobs:
run: |
git config user.name "NethBot"
git config user.email "[email protected]"
git commit --allow-empty -m '${{ steps.branch.outputs._0 }}.dev.${{ steps.vars.outputs.sha_short }}'
git tag ${{ steps.branch.outputs._0 }}.dev.${{ steps.vars.outputs.sha_short }}
git push origin ${{ steps.branch.outputs._0 }}.dev.${{ steps.vars.outputs.sha_short }}
- name: Push tag
uses: actions-ecosystem/action-push-tag@v1
with:
tag: ${{ steps.branch.outputs._0 }}dev${{ steps.vars.outputs.sha_short }}
message: 'dev release: ${{ steps.branch.outputs._0 }}dev${{ steps.vars.outputs.sha_short }}'
git push origin dev --tags

0 comments on commit 593caca

Please sign in to comment.