fix: get the current branch the proper way (#683)

This commit is contained in:
lleyton
2023-08-09 04:10:32 -07:00
committed by GitHub
parent d76ae47822
commit 5da6eb85cb
+1 -3
View File
@@ -16,11 +16,9 @@ jobs:
image: ghcr.io/terrapkg/builder:38
steps:
- uses: actions/checkout@v3
- id: get-branch
uses: grandmasterdev/github-action-get-branch@latest
- name: Push to subatomic
run: |
branch=${{steps.get-branch.outputs.branch-name}}
branch=${{ github.ref_name }}
ver=${branch/f/}
subatomic-cli upload-comps \
--server https://subatomic.fyralabs.com \