Skip to content

Commit

Permalink
Bug fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
scouten-adobe committed Aug 25, 2023
1 parent 82f447d commit f147a7c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:

- name: Bump crate versions
run: |
sed -i "s/^version = \"[^\"]*\"$/version = \"$VERSION\"/;" Cargo.toml
sed -i "s/^version = \"[^\"]*\"$/version = \"$VERSION\"/;" sdk/Cargo.toml
env:
VERSION: ${{ steps.set-nightly-version.outputs.version }}

Expand All @@ -81,6 +81,7 @@ jobs:
commit_message: Prepare ${{ steps.set-nightly-version.outputs.version }} release
commit_user_name: Adobe CAI Team
commit_user_email: noreply@adobe.com
create_branch: true

# # make this into build step
# tests:
Expand Down

0 comments on commit f147a7c

Please sign in to comment.