mirror of
https://github.com/0x5eal/semver-luau.git
synced 2024-12-13 08:30:36 +00:00
chore(actions): avoid bumping in CI
This commit is contained in:
parent
8537131cd0
commit
63215da70b
1 changed files with 0 additions and 8 deletions
8
.github/workflows/publish.yml
vendored
8
.github/workflows/publish.yml
vendored
|
@ -12,10 +12,6 @@ jobs:
|
|||
- name: Checkout
|
||||
uses: actions/checkout@v4
|
||||
|
||||
- name: Get version from tag
|
||||
id: get_version
|
||||
run: echo "VERSION=${GITHUB_REF#refs/tags/v}" >> $GITHUB_OUTPUT
|
||||
|
||||
- name: Download pesde
|
||||
run: |
|
||||
# Figure out the latest release
|
||||
|
@ -37,9 +33,5 @@ jobs:
|
|||
echo '[tokens]' > $HOME/.pesde/config.toml
|
||||
echo '"https://github.com/daimond113/pesde-index.git" = "${{ secrets.PESDE_TOKEN }}"' >> $HOME/.pesde/config.toml
|
||||
|
||||
- name: Update version
|
||||
run: |
|
||||
sed -i "s/version = .*/version = \"${{ steps.get_version.outputs.VERSION }}\"/" pesde.toml
|
||||
|
||||
- name: Publish
|
||||
run: pesde publish --dry-run
|
||||
|
|
Loading…
Reference in a new issue