Skip to content

Commit b5416bb

Browse files
committed
ci: omitting immutable 0.1.0 release
1 parent d96f9ba commit b5416bb

File tree

2 files changed

+13
-13
lines changed

2 files changed

+13
-13
lines changed

.github/workflows/release.yml

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -192,18 +192,18 @@ jobs:
192192
echo "$ASSETS" >> $GITHUB_ENV
193193
echo "EOF" >> $GITHUB_ENV
194194
195-
- name: Create and push tag using Git
196-
env:
197-
GH_TOKEN: ${{ secrets.PAT_TOKEN }}
198-
run: |
199-
git config user.name "GitHub Action"
200-
git config user.email "action@github.com"
201-
202-
# Create annotated tag
203-
git tag -a "v${{ env.VERSION }}" -m "Release v${{ env.VERSION }}"
204-
205-
# Push tag using PAT authentication
206-
git push https://x-access-token:${{ secrets.PAT_TOKEN }}@github.com/${{ github.repository }}.git "v${{ env.VERSION }}"
195+
# - name: Create and push tag using Git
196+
# env:
197+
# GH_TOKEN: ${{ secrets.PAT_TOKEN }}
198+
# run: |
199+
# git config user.name "GitHub Action"
200+
# git config user.email "action@github.com"
201+
202+
# # Create annotated tag
203+
# git tag -a "v${{ env.VERSION }}" -m "Release v${{ env.VERSION }}"
204+
205+
# # Push tag using PAT authentication
206+
# git push https://x-access-token:${{ secrets.PAT_TOKEN }}@github.com/${{ github.repository }}.git "v${{ env.VERSION }}"
207207

208208
- name: Create GitHub Release and Upload Assets
209209
uses: softprops/action-gh-release@v2

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "repos"
3-
version = "0.0.15-rc"
3+
version = "0.2.0-rc"
44
edition = "2024"
55

66
[lib]

0 commit comments

Comments
 (0)