Skip to content

Commit

Permalink
chore: testing fix in release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Brunight committed Nov 28, 2023
1 parent c56ae64 commit 5c31755
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
if: "!contains(github.event.head_commit.message, 'skip ci') && github.repository == 'agencia-e-plus/vtex-io-intelisense'"
name: Release

runs-on: ubuntu-18.04
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v2
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@
"test": "sh ./scripts/e2e.sh"
},
"release": {
"repositoryName": "vtex-io-intelisense-v1",
"repositoryName": "vtex-io-intelisense",
"branches": [
"main"
],
Expand Down

0 comments on commit 5c31755

Please sign in to comment.