Skip to content

Commit

Permalink
fix: trigger version
Browse files Browse the repository at this point in the history
  • Loading branch information
robsongajunior committed Feb 8, 2024
1 parent 9c1abd2 commit cb345e1
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,6 @@ on:
branches:
- main

permissions: write-all

jobs:
deploy:
name: Release
Expand All @@ -19,7 +17,7 @@ jobs:
pull-requests: write
id-token: write

runs-on: ['self-hosted', 'stage']
runs-on: [self-hosted, stage]
container:
image: ubuntu:latest

Expand All @@ -41,7 +39,7 @@ jobs:
scope: '@aziontech'
always-auth: true
env:
NODE_AUTH_TOKEN: ${{ secrets.GH_PACKAGES_SECRET }} # necessary to use npm install to internal git repository
NODE_AUTH_TOKEN: ${{ secrets.GH_PACKAGES_SECRET }}

- name: Release
shell: bash
Expand Down

0 comments on commit cb345e1

Please sign in to comment.