Skip to content

Commit

Permalink
ci: add missing snap_name [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
daiyam committed Apr 13, 2024
1 parent c8a5d87 commit ac0f6f2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/insider-linux.yml
Expand Up @@ -417,6 +417,7 @@ jobs:
runs-on: ubuntu-latest
env:
RELEASE_VERSION: ${{ needs.check.outputs.RELEASE_VERSION }}
SNAP_NAME: codium-insiders
strategy:
fail-fast: false
matrix:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/stable-linux.yml
Expand Up @@ -413,6 +413,7 @@ jobs:
runs-on: ubuntu-latest
env:
RELEASE_VERSION: ${{ needs.check.outputs.RELEASE_VERSION }}
SNAP_NAME: codium
strategy:
fail-fast: false
matrix:
Expand Down

0 comments on commit ac0f6f2

Please sign in to comment.