Skip to content

Commit

Permalink
chore: update
Browse files Browse the repository at this point in the history
  • Loading branch information
btlghrants committed Aug 26, 2024
1 parent e93a03e commit 4843ed6
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions .github/workflows/semrel-rc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,6 @@ on:
workflow_call: # can be triggered by other workflows

jobs:
todo:
runs-on: ubuntu-latest
steps:
- name: "todo"
run: "echo 'todo'"
shell: bash

version:
runs-on: ubuntu-latest
permissions: write-all
Expand All @@ -35,7 +28,8 @@ jobs:
cache: npm

- name: semantic-release
# env:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
# NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
run: |
env
Expand Down

0 comments on commit 4843ed6

Please sign in to comment.