Skip to content

Commit

Permalink
Remove input from publish_snapshot workflow since it's always constant
Browse files Browse the repository at this point in the history
  • Loading branch information
emmatown committed Nov 29, 2024
1 parent b80111f commit 77f8057
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/publish_snapshot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,6 @@ name: Publish (Snapshot)

on:
workflow_dispatch:
inputs:
tag:
description: 'The npm tag to publish to'
required: true

permissions:
contents: write
Expand Down Expand Up @@ -37,7 +33,7 @@ jobs:
- run: pnpm build:packages

- name: npm publish, git tag
run: pnpm changeset publish --tag ${{ inputs.tag }}
run: pnpm changeset publish --tag test
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
NPM_CONFIG_PROVENANCE: true
Expand Down

0 comments on commit 77f8057

Please sign in to comment.