Skip to content

Commit

Permalink
new workflow to release space
Browse files Browse the repository at this point in the history
  • Loading branch information
atmosx committed Sep 10, 2024
1 parent 5f2db9b commit fd006f0
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@ jobs:
goreleaser:
runs-on: ubuntu-latest
steps:
- name: Delete huge unnecessary tools folder
run: rm -rf /opt/hostedtoolcache

- name: Checkout
uses: actions/checkout@v2
with:
Expand All @@ -24,8 +27,8 @@ jobs:
TAG=${GITHUB_REF#refs/tags/}
echo ::set-output name=tag_name::${TAG}
- name: Set up QEMU
uses: docker/setup-qemu-action@v1
# - name: Set up QEMU
# uses: docker/setup-qemu-action@v1

- name: Run GoReleaser
run: |
Expand Down

0 comments on commit fd006f0

Please sign in to comment.