Skip to content

Commit

Permalink
feat: pre-release
Browse files Browse the repository at this point in the history
  • Loading branch information
alessio-form3 committed Oct 11, 2023
1 parent ab1070d commit e21a30f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 7 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/calculate-tag.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ jobs:
with:
fetch-depth: 0
- name: Get the tag name
if: contains(github.ref, 'refs/tags/')
id: latest_tag
run: |
latest_tag=""
Expand All @@ -53,5 +52,5 @@ jobs:
id: tag
run: |
latest_tag="${{ steps.latest_tag.outputs.latest_tag }}"
tag="${latest_tag}-f3-${{steps.tag-suffix.outputs.tag-suffix}}"
tag="${latest_tag}-f3${{steps.tag-suffix.outputs.tag-suffix}}"
echo "tag=$tag" >> $GITHUB_OUTPUT
8 changes: 3 additions & 5 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,8 @@ jobs:
- name: Archive artifacts
uses: actions/upload-artifact@v3
with:
name: dist
path: ./.build/*.tar.gz
name: tarballs
path: ./.tarballs/*.tar.gz

publish:
runs-on: ubuntu-latest
Expand All @@ -51,9 +51,7 @@ jobs:
- name: Download artifacts
uses: actions/download-artifact@v3
with:
name: dist
- name: Download artifacts
run: ls -ltr
name: tarballs
- name: Create GH release
uses: softprops/action-gh-release@v1
id: release
Expand Down

0 comments on commit e21a30f

Please sign in to comment.