Skip to content

Commit 0519348

Browse files
committed
Publish v1.3.0
1 parent 4a8daf9 commit 0519348

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/publish_crate.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
ignore-unpublished-changes: true
3636

3737
- name: Create GitHub Release
38-
if: steps.publish.outcome == 'success' && join(fromJSON(steps.publish.outputs.published).version, '')
38+
if: steps.publish.outcome == 'success'
3939
uses: softprops/action-gh-release@v1
4040
with:
4141
name: v${{ join(fromJSON(steps.publish.outputs.published).version, '') }}

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[package]
2-
version = "1.2.2"
2+
version = "1.3.0"
33
name = "oxc_resolver"
44
authors = ["Boshen <[email protected]>"]
55
categories = ["development-tools"]

0 commit comments

Comments
 (0)