Skip to content

Commit

Permalink
fix: I dont even know anymore, still
Browse files Browse the repository at this point in the history
  • Loading branch information
Lissy93 committed Jul 29, 2024
1 parent c677051 commit 8936887
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/compile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,8 +65,9 @@ jobs:
if: github.event_name == 'workflow_run'
uses: actions/download-artifact@v2
with:
name: new_tag_file
name: new_tag
path: .
continue-on-error: true

- name: 🏷️ Determine Tag Name
id: determine_tag
Expand All @@ -81,8 +82,8 @@ jobs:
fi
else
TAG_NAME="${{ github.ref }}"
echo "TAG_NAME=$TAG_NAME" >> $GITHUB_ENV
fi
echo "TAG_NAME=$TAG_NAME" >> $GITHUB_ENV
- name: 📤 Download PDF artifact
uses: actions/download-artifact@v2
Expand Down
3 changes: 1 addition & 2 deletions .github/workflows/tag.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ jobs:
runs-on: ubuntu-latest
outputs:
new_tag: ${{ steps.create_new_tag.outputs.new_tag }}
new_tag_file: ${{ steps.upload_tag.outputs.tag }}
steps:
- name: 🛎️ Checkout Repository
uses: actions/checkout@v4
Expand Down Expand Up @@ -76,7 +75,7 @@ jobs:
- name: Upload Tag Artifact
uses: actions/upload-artifact@v2
with:
name: new_tag_file
name: new_tag
path: new_tag.txt

- name: 🚀 Push New Tag
Expand Down

0 comments on commit 8936887

Please sign in to comment.