Skip to content

Commit

Permalink
Merge pull request #180 from openziti/dev
Browse files Browse the repository at this point in the history
Update get_release.outputs.tag_name
  • Loading branch information
smilindave26 authored Mar 21, 2023
2 parents 0e93c3b + c61fd86 commit 163ed92
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jobs:

- name: Edit Package.swift
env:
VERS: ${{ steps.release_drafter.outputs.tag_name }}
VERS: ${{ steps.get_release.outputs.tag_name }}
CHKSM: ${{ steps.calc_checksum.outputs.checksum }}
run: |
echo "VERS=${VERS}; CHKSM=${CHKSM}"
Expand All @@ -82,7 +82,7 @@ jobs:
gh_ci_key: ${{ secrets.GH_CI_KEY }}
ziti_ci_gpg_key: ${{ secrets.ZITI_CI_GPG_KEY }}
ziti_ci_gpg_key_id: ${{ secrets.ZITI_CI_GPG_KEY_ID }}
VERS: ${{ steps.release_drafter.outputs.tag_name }}
VERS: ${{ steps.get_release.outputs.tag_name }}
CHKSM: ${{ steps.calc_checksum.outputs.checksum }}
run: |
$(go env GOPATH)/bin/ziti-ci configure-git
Expand Down

0 comments on commit 163ed92

Please sign in to comment.