From 27eb12c7cf348451ef13bc998e0c6092a4d8fb4c Mon Sep 17 00:00:00 2001 From: Krithin Jay Pakshootra Date: Sun, 14 Apr 2024 08:31:52 +0800 Subject: [PATCH] fix: fix workflow --- .github/workflows/versioning.yml | 12 ------------ 1 file changed, 12 deletions(-) delete mode 100644 .github/workflows/versioning.yml diff --git a/.github/workflows/versioning.yml b/.github/workflows/versioning.yml deleted file mode 100644 index a13662a..0000000 --- a/.github/workflows/versioning.yml +++ /dev/null @@ -1,12 +0,0 @@ - - name: Semver release @ Huggingface - # You may pin to the exact commit or the version. - # uses: huggingface/semver-release-action@b4f3cb25076b6c0bf51602289d31fa5ffd6aa400 - uses: huggingface/semver-release-action@v1.0.0 - with: - # The branches on which releases should happen - branches: # default is [main] - # The objective of the dry-run mode is to get a preview of the pending release. Dry-run mode skips the following steps: prepare, publish, addChannel, success and fail. In addition to this it prints the next version and release notes to the console. - dryRun: # optional, default is false - # JSON Options to pass to commit analyzer plugins. See : https://github.com/semantic-release/commit-analyzer#options - commitAnalyzerPluginOpts: # optional, default is -