Skip to content
This repository has been archived by the owner on Oct 8, 2021. It is now read-only.

Commit

Permalink
fix: workflow file , id duplicated
Browse files Browse the repository at this point in the history
  • Loading branch information
mashiike committed Apr 14, 2020
1 parent bf7aa69 commit 33b46b6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:
branches:
- "!**/*"
tags:
- '*-*-*'
- '*-*-*'


jobs:
Expand All @@ -29,7 +29,7 @@ jobs:
draft: false
prerelease: false
- name: Upload a Release Asset for only layer.zip
id: upload-release-asset
id: upload-release-asset-layer
uses: actions/upload-release-asset@v1.0.2
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand All @@ -39,7 +39,7 @@ jobs:
asset_name: layer.zip
asset_content_type: application/zip
- name: Upload a Release Asset for deploy package
id: upload-release-asset
id: upload-release-asset-package
uses: actions/upload-release-asset@v1.0.2
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit 33b46b6

Please sign in to comment.