Skip to content

Commit

Permalink
Add new_tag output to tag job
Browse files Browse the repository at this point in the history
  • Loading branch information
davoxpa committed Dec 31, 2023
1 parent 4d11927 commit bcd5518
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ on:
jobs:
tag:
runs-on: ubuntu-latest
outputs:
new_tag: ${{ steps.tagger.outputs.new_tag }}
steps:
- uses: actions/checkout@v2
- name: Generate Tag
Expand Down Expand Up @@ -48,6 +50,7 @@ jobs:
./dist/mockingbird-proxy-*.dmg
./dist/mockingbird-proxy-*.AppImage
token: ${{ secrets.GH_TOKEN }}
tag_name: ${{ needs.tag.outputs.new_tag }}
env:
GH_TOKEN: ${{ secrets.GH_TOKEN }}

0 comments on commit bcd5518

Please sign in to comment.