From 63215da70b56f6df1db125283d3be9e455752097 Mon Sep 17 00:00:00 2001 From: Erica Marigold Date: Tue, 12 Nov 2024 21:02:59 +0530 Subject: [PATCH] chore(actions): avoid bumping in CI --- .github/workflows/publish.yml | 8 -------- 1 file changed, 8 deletions(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index e86f670..2fc76d2 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -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