Skip to content

Commit

Permalink
chore(ci): update workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
kkharji committed Jul 9, 2022
1 parent a506bbe commit bf90f08
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 17 deletions.
13 changes: 0 additions & 13 deletions .github/workflows/daily.yml

This file was deleted.

6 changes: 2 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,11 +54,9 @@ jobs:
run: |
version="${{ steps.tag.outputs.TAG }}"
version="${version//v/}"
sed -i'' "s/^version.*$/version = \"$version\"/g" daemon/Cargo.toml
sed -i'' "s/^version.*$/version = \"$version\"/g" sourcekit/Cargo.toml
sed -i'' "s/^version.*$/version = \"$version\"/g" lualib/Cargo.toml
sed -i'' "s/^version.*$/version = \"$version\"/g" Cargo.toml
cargo update --workspace
git add CHANGELOG.md lualib/Cargo.toml sourcekit/Cargo.toml daemon/Cargo.toml Cargo.lock
git add CHANGELOG.md Cargo.toml Cargo.lock
git config --global user.name 'release[bot]'
git config --global user.email 'github-actions[bot]@users.noreply.github.com'
git remote set-url origin https://x-access-token:${GITHUB_TOKEN}@github.com/${GITHUB_REPOSITORY}.git
Expand Down

0 comments on commit bf90f08

Please sign in to comment.