Skip to content

Commit

Permalink
Update generate.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ANISH-GOTTAPU authored Jan 31, 2024
1 parent ee604b8 commit 846e5c1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/generate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ jobs:
if: github.ref == 'refs/heads/main' && steps.check_tag.outputs.exists == 'false'
uses: ncipollo/release-action@v1
with:
artifacts: "dist/*,models-release,*.proto"
artifacts: "dist/*,testbed-models-release,*.proto"
tag: ${{ steps.get_version.outputs.version }}
token: ${{ secrets.GITHUB_TOKEN }}
- name: get_sha value from file
Expand All @@ -120,4 +120,4 @@ jobs:
repo: context.repo.repo,
ref: "refs/tags/goopentestbed/${{ steps.get_version.outputs.version }}",
sha: "${{ steps.get_sha.outputs.value }}"
})
})

0 comments on commit 846e5c1

Please sign in to comment.