Skip to content

Commit

Permalink
chore: don't build before releasing
Browse files Browse the repository at this point in the history
Because we're running the Github Actions on ubuntu,
we'll not be able to build it successfully.
We can change this once we get it running on linux
  • Loading branch information
Pranav2612000 committed May 25, 2024
1 parent e35e2c9 commit f1ac6a1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
1 change: 0 additions & 1 deletion .github/workflows/initiateRelease.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ on:
jobs:
release-plz:
name: Release(PR or Publish)
runs-on: ubuntu-latest
environment: production
steps:
- name: Checkout repository
Expand Down
3 changes: 2 additions & 1 deletion release-plz.toml
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
[workspace]
release_always = false
release_always = false
publish_no_verify = true

0 comments on commit f1ac6a1

Please sign in to comment.