Skip to content

Commit

Permalink
[REMOVE] actions/create-release@v1
Browse files Browse the repository at this point in the history
  • Loading branch information
ChanHoHan committed Aug 10, 2023
1 parent 623f24d commit ceef24c
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions .github/workflows/develop-publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,6 @@ on:
tags:
- 'v*.*.*'

permissions: read-all|write-all

jobs:
docker:
name: Deploy Docker Image
Expand All @@ -25,13 +23,6 @@ jobs:
TAG=${{ github.event.ref }}
VERSION=${TAG#refs/tags/}
echo "VERSION=${VERSION}" >> $GITHUB_ENV
- name: create Github release
uses: actions/create-release@v1
with:
tag_name: ${{ env.VERSION }}
release_name: ${{ env.VERSION }}
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: Grant execute permission for gradlew
run: chmod +x gradlew
- name: build docker
Expand Down

0 comments on commit ceef24c

Please sign in to comment.