Compare commits

...

1 Commits

Author SHA1 Message Date
Andy Miller
97af1bc35b checkout correct version
Signed-off-by: Andy Miller <rhuk@mac.com>
2025-12-08 20:28:56 -07:00

View File

@@ -16,6 +16,8 @@ jobs:
steps:
- uses: actions/checkout@v2
with:
ref: ${{ github.ref }}
- name: Extract Tag
run: echo "PACKAGE_VERSION=${{ github.ref }}" >> $GITHUB_ENV