added publish workflow
pipeline / Test (push) Successful in 51s
CI Pipeline / Test (pull_request) Successful in 53s
CI Pipeline / Build and Publish (pull_request) Failing after 5s

This commit is contained in:
Brian Bjarke Jensen
2024-02-25 15:14:26 +01:00
parent 7722572e19
commit 2789c275fa
-1
View File
@@ -37,7 +37,6 @@ jobs:
- name: Set Environment Variables
run: |
echo "sha_short=$(git rev-parse --short "$GITEA_SHA")" >> "$GITEA_ENV"
echo "branch=$(echo ${GITEA_REF#refs/heads/})" >> "$GITEA_ENV"
- name: Print Env Vars
run: |
echo "Branch: ${{ env.branch }}"