diff options
Diffstat (limited to '.github/workflows/main.yml')
| -rw-r--r-- | .github/workflows/main.yml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 75cf17d..2ed7ca2 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -2,15 +2,15 @@ name: "release" on: push: - branches: - - main + tags: + - "*" jobs: build: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v1 - - name: "find env" + - name: Checkout 🧰 + uses: actions/checkout@v3 - uses: xresloader/upload-to-github-release@main env: |
