Skip to content

Commit

Permalink
fix tagging in 18.04 build
Browse files Browse the repository at this point in the history
  • Loading branch information
muhamadazmy committed Oct 19, 2023
1 parent 3b51aa5 commit e1a15c2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/bin-package-18.04.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,11 +48,11 @@ jobs:
user: tf-autobuilder
root: bins/releases/${{ inputs.package }}
name: ${{ steps.package.outputs.name }}.flist
- name: Publishing
- name: Tagging
uses: threefoldtech/publish-flist@master
if: success() && github.ref == 'refs/heads/main'
if: success()
with:
token: ${{ secrets.HUB_JWT }}
token: ${{ secrets.token }}
action: tag
user: tf-autobuilder
name: ${{ steps.tag.outputs.reference }}/${{ inputs.package }}.flist
Expand Down

0 comments on commit e1a15c2

Please sign in to comment.