Skip to content

Commit

Permalink
fix: .github/workflow to release
Browse files Browse the repository at this point in the history
  • Loading branch information
robsongajunior committed Feb 8, 2024
1 parent 6d45af2 commit b039204
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 7 deletions.
Empty file.
9 changes: 2 additions & 7 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,18 +13,13 @@ jobs:
deploy:
name: Release

strategy:
matrix:
node: ['20.8.1']
os: ['self-hosted']

permissions:
contents: write
issues: write
pull-requests: write
id-token: write

runs-on: ${{ matrix.os }}
runs-on: ['self-hosted', 'stage']
container:
image: ubuntu:latest

Expand All @@ -41,7 +36,7 @@ jobs:
- name: Node.js Setup
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node }}
node-version: '20.8.1'
registry-url: 'https://npm.pkg.github.com'
scope: '@aziontech'
always-auth: true
Expand Down
1 change: 1 addition & 0 deletions CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
* @cesaroeduardo @gablisb0a

0 comments on commit b039204

Please sign in to comment.