Skip to content

Commit

Permalink
fix tag
Browse files Browse the repository at this point in the history
  • Loading branch information
Mohamed-elg committed Jul 11, 2023
1 parent 646c9d8 commit 3d745ce
Showing 1 changed file with 3 additions and 8 deletions.
11 changes: 3 additions & 8 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,6 @@
name: Release

on:
push:
branches:
- main
tags:
- '*'
on: push

jobs:
build:
Expand All @@ -32,8 +27,8 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
tag_name: ${{ github.sha }}
release_name: Release ${{ github.sha }}
tag_name: v1.0.0
release_name: Release v1.0.0
draft: false
prerelease: false

Expand Down

0 comments on commit 3d745ce

Please sign in to comment.