Skip to content

Commit

Permalink
fix: fixed wrong main branch name
Browse files Browse the repository at this point in the history
  • Loading branch information
Akronae committed Jun 2, 2024
1 parent e57aadd commit 516d53d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/publish-on-release.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
name: Publish Package to npmjs
name: Publish Package to yarn

on:
release:
types: [published]

jobs:
build:
runs-on: ubuntu-latest
Expand Down
4 changes: 3 additions & 1 deletion .github/workflows/release-on-version-bump.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
name: Create a new release on `package.json#version` bump

on:
push:
branches:
- master
- main

jobs:
publish:
Expand Down

0 comments on commit 516d53d

Please sign in to comment.