Skip to content

Commit

Permalink
Automated release (#206)
Browse files Browse the repository at this point in the history
* added manual code to create a release

* added github config

* added creation of upstream branch

* added gh token

* added branch matching for publish

* updated branch condition
  • Loading branch information
thesuhas authored Oct 2, 2024
1 parent ba781a1 commit c496547
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ env:
jobs:
publish:
runs-on: ubuntu-latest
if: github.event.pull_request.merge == true && startsWith(github.head_ref, 'release-v')
if: github.event.pull_request.merge == true && startsWith(github.event.pull_request.head.ref, 'release-v')
steps:
- name: cargo login
run: cargo login ${{ secrets.ORCA_API_TOKEN }}
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "orca-wasm"
version = "0.1.2"
version = "0.1.1"
edition = "2021"
authors = ["Suhas Thalanki", "Alex Bai", "Elizabeth Gilbert"]
description = "A lightweight WebAssembly Transformation Library for the Component Model"
Expand Down

0 comments on commit c496547

Please sign in to comment.