Skip to content

Commit

Permalink
Remove outdated TODO
Browse files Browse the repository at this point in the history
  • Loading branch information
kelvinqian00 committed Jan 24, 2024
1 parent 2e72ce4 commit 28935a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Expand Up @@ -47,7 +47,7 @@ jobs:
clojars-deploy-token: ${{ secrets.CLOJARS_PASSWORD }}

- name: Craft Draft Release
uses: softprops/action-gh-release@v1 # TODO: Update when new version is released
uses: softprops/action-gh-release@v1
with:
draft: true
files: target/pedestal-oidc-${{ steps.version.outputs.version }}.jar

0 comments on commit 28935a6

Please sign in to comment.