Skip to content
This repository has been archived by the owner on Feb 23, 2024. It is now read-only.

Commit

Permalink
switch back to first day of the month
Browse files Browse the repository at this point in the history
  • Loading branch information
777arc authored Jan 3, 2024
1 parent bfa2bf2 commit 4f0025e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ jobs:

- name: Create Release with zip file only on first day of each month
uses: softprops/action-gh-release@v1
if: ${{ steps.date.outputs.day == '03' }}
if: ${{ steps.date.outputs.day == '01' }}
with:
files: html.zip
tag_name: ${{ steps.date.outputs.date }}

0 comments on commit 4f0025e

Please sign in to comment.