Skip to content

Commit

Permalink
fix: tests
Browse files Browse the repository at this point in the history
  • Loading branch information
mmilian committed Nov 17, 2024
1 parent 74ff5d7 commit f03972e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/notify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- name: Notify about a new release
run: |
cx teams notify \
-w ${{ secrets.TEAMS_WEBHOOK }}" \
-w "${{ secrets.TEAMS_WEBHOOK }}" \
-v "v${{ github.event.release.tag_name }}" \
-s "New pre-release version of ifc2glbconverter" \
-m "available to test" \
Expand Down

0 comments on commit f03972e

Please sign in to comment.